| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Init( _ ByVal input() As Byte, _ ByVal offset As Integer, _ ByVal length As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetReader Dim input() As Byte Dim offset As Integer Dim length As Integer instance.Init(input, offset, length) | |
Parameters
- input
The an array of bytes containing the Fast Infoset encoded XML data to read.
- offset
The offset in the array of bytes to start reading from.
- length
The number of byte starting from the offset that contain FastInfoset encoded XML data.
Initializes the reader and sets it to use the provided array of bytes as input.
This method allows the reuse of the XmlFastInfosetReader for reading from another source.